UniqueId Class

Represents the unique-id chart extension (c16:uniqueId) carrying the unique id (GUID) of a chart element such as a series (uri {C3380CC4-5D6E-409C-BE32-E72D297353CC}).

Definition

Namespace: Independentsoft.Office.Drawing.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class UniqueId : IExtensionContent
Inheritance
Object    UniqueId
Implements
IExtensionContent

Constructors

UniqueIdInitializes a new instance of the UniqueId class

Properties

Value Gets or sets the value (val).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also